home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.1.B.dxr / Internal_36_go introductie.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  116 b   |  13 lines

  1. on mouseUp me
  2.   cursor(-1)
  3.   go("introductie")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.